.project{
    background-color: darkcyan;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #419ffc , 0 0 50px white;
}
.link a{
 color: black;
 text-decoration: none;
 margin:auto;
 border:0pxpx 0px solid;
 padding:0px 10px;
 border-radius: 40px;
 background-color:aquamarine;
 box-shadow: inset 0px 0px 10px 0px;
}
body{
 display:grid;
}
